

#map {
    height: 400px;
    width: 100%;
}

#box-2,
#box-5 {
    background-color: #e8e8e8;
}

#box-2.usr .container {
    background-color: white;
    padding: 0;
}

.top-row>div {
    /* align-items: center; */
    align-items: baseline;
    /* justify-content: center; */
    display: flex;
}

.minititle {
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 1.1rem!important;
}

.minititle span, .minititle a {
    font-size: 1.5rem;
    /* font-family: "Libre Baskerville"; */
    text-transform: uppercase;
}

#slider img {
    height: calc(100vh - 115px);
    /* height: 800px; */
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
}

#sliderTour img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    
    /* height: 450px;
    margin: 0 auto;
    object-fit: cover; */
}

.slick-prev {
    left: 15px;
    z-index: 1000;
}
.slick-next {
    right: 15px;
    z-index: 1000;
}
.slick-prev,.slick-next  {
    /* left: 15px; */
    width: 38px;
    height: 38px;
    z-index: 1000;
}
.slider-nav img{
    height: 100px;
    border: 3px solid white;
    border-left: none;

}

.infobox {
    /* padding: 0 30px; */
    /* min-height: 100%; */
}
.infobox.sec p {
    text-align: justify;
    margin-bottom: 8px;
}

.infobox.sec h3 {
    text-align: left;
    margin: 1rem 0;
    /* font-family: "Montserrat"; */
}

.infobox.sec h2 {
    font-size: 1.6rem;
    margin: 1rem 0;
    /* font-family: "Montserrat"; */
}
.infobox.sec {
    padding-left: 30px;
}

.infobox.pri {
    padding: 0 0 30px 0;
}

.infobox p {
    /* text-align: center; */
    text-align: left;
}

.infobox a {
    color: #ae1010;
}

.infobox h4 {
    /* font-family: "Montserrat"; */
    /* text-align: center; */
    font-size: 1.1rem;
    font-weight: 700;
}

.infobox h3 {
    color: #ae1010;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    /* font-family: "Montserrat"; */
}

.infobox h2 {
    color: #ae1010 !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    /* font-family: "Montserrat"; */
}
#modal {
    z-index: 10000000;
}